home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 March / EnigmA AMIGA RUN 05 (1996)(G.R. Edizioni)(IT)[!][issue 1996-03][Skylink CD IV].iso / earcd / comm2 / amphn12b.rdm < prev    next >
Text File  |  1996-02-22  |  2KB  |  63 lines

  1. Short:    AmiTCP based voice chat program
  2. Author:   jfriesne@ucsd.edu (Jeremy Friesner)
  3. Uploader: jfriesne@ucsd.edu (Jeremy Friesner)
  4. Version:  1.2B
  5. Type:     comm/net
  6. Replaces: comm/net/AmiPhone1.1B.lha
  7. Requires: Workbench 2.04+, AmiTCP3.0b+, audio digitizer
  8.  
  9. AmiPhone1.2B:
  10.  
  11. This is a public beta release of my TCP/IP based voice chat software.
  12. With it and a digitizer and microphone, you can transmit your voice
  13. over the Internet or a LAN to another Amiga or Amigas that are running 
  14. AmiPhone.
  15.  
  16. AmiPhone uses ADPCM audio compression to allow transmission through
  17. low-bandwidth connections.  Thus, a conversation is possible even
  18. over 14.4kbit/second modems.  Of course, more bandwidth is desirable.
  19.  
  20. AmiPhone requires Workbench 2.04 or higher, AmiTCP 3.0b or higher,
  21. and a Toccata board or standard parallel port style digitizer with 
  22. a microphone.  Also, a fast CPU is highly recommended.
  23.  
  24. NOTE: AmiPhone is not compatible with I-Phone or any other 
  25.       Internet-phone type program at this time.     
  26.       
  27.  
  28.  
  29. Embarrassingly enough, I found some nasty bugs in 1.1B just after
  30. I released it.  Here is v1.2B, with those bugs (hopefully) fixed,
  31. and even a few new features!
  32.  
  33. -Jeremy
  34.  
  35.  
  36. NEW FOR AMIPHONE 1.2B:
  37.  
  38.    - Bug fixes
  39.    - AmiPhoned now only allocates an audio channel when it actually
  40.      has sound data to play; and it deallocates it whenever it doesn't.
  41.      This means that you can now run more than 4 AmiPhoned's at once!
  42.      (Although not more than 4 will be able to play sound at any
  43.       given moment!)
  44.    - Added an error signal ('X') to the AmiPhoned title bar.
  45.    
  46.       
  47. NEW FOR AMIPHONE 1.1B:
  48.  
  49.    - The interrupt handlers have been rewritten to be more
  50.      efficient (enabling higher sampling rates on a given CPU)
  51.    - The Perfect Sound sampler should work better now, sampling
  52.      8 bit sound rather than 6.
  53.    - AmiPhoned now has menus.
  54.    - AmiPhoned can now relay sound packets to up to 10 other
  55.      AmiPhoned's, allowing a sound stream to be "broadcast"
  56.      from Amiga to Amiga.
  57.    - The AmiPhoned window can now be toggled on and off from
  58.      within the AmiPhone client window.
  59.    - The incoming sound signal can now be digitally amplified,
  60.      if desired.
  61.    - Plus other minor bugfixes and improvements! 
  62.    
  63.